let Source = Excel.Workbook(Web.Contents(""), null, true), Source_Table = Source{[Item="AccountsTotalsTypes",Kind="Table"]}[Data], #"Changed Type" = Table.TransformColumnTypes(Source_Table,{{"AccountTotal", type text}, {"AccountType", type text}, {"DrCrSign", Int64.Type}}) in #"Changed Type"